CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - hash table

搜索资源列表

  1. Hash

    0下载:
  2. 用MFC实现的Hash表,创建一个Hash函数,根据此函数把数对应存放在内存中!若有碰撞,则存在下个位子! -MFC achieved using Hash Table to create a Hash function, based on this function corresponds to the number stored in memory! If collision, then there is the next seat!
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1879032
    • 提供者:胡胜先
  1. hash

    1下载:
  2. 针对某个集体中的人名设计一个哈希表,使得平均查找长度不超过R 假设待填入哈希表的人名有30个,平均查找长度为2。 哈希表用除留余数法构造,用伪随机探测在散列法处理冲突。 -For a group of names to design a hash table, making the average length of no more than R to find the assumption that hash table to be populated with the nam
  3. 所属分类:Windows Develop

    • 发布日期:2015-01-10
    • 文件大小:46887
    • 提供者:baby无齿
  1. Hash_Table

    0下载:
  2. 数据结构与程序设计的经典的类模版:哈希表-Data structure and procedures of the type of classic design template: hash table
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:228344
    • 提供者:张祖琼
  1. Hash

    1下载:
  2. 建立通讯录然后通过哈希表实现查找功能等,并且能解决冲突问题等-The establishment of contacts to achieve and then look through the hash table functions, and to resolve the conflict, such as
  3. 所属分类:Other windows programs

    • 发布日期:2015-09-21
    • 文件大小:1765
    • 提供者:晓曦
  1. hash

    1下载:
  2. 对人名建立哈希表,并且进行查询,包括输入人名,查找是否成功等信息。-this is the example of hash table.it prove the hash saves room.
  3. 所属分类:Windows Develop

    • 发布日期:2015-01-10
    • 文件大小:1419022
    • 提供者:哈哈哈
  1. Hash

    0下载:
  2. 基于C语言编写的哈希表算法的实现代码,可以很好的理解哈希表及其时间复杂度的度量。-Based on the C language implementation of the hash table algorithm code, a good understanding of the hash table and its time complexity measure.
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:61611
    • 提供者:王志刚
  1. S15HashTable

    0下载:
  2. Collision list Hash table
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:934
    • 提供者:Evelyn Farias
  1. blizzard_hash

    0下载:
  2. 这是传说中异常强悍的暴雪公司研究的哈希算法,采用三个哈希表来防止冲突,代码简练自成一体,无论是思想还是代码风格都非常值得大家学习!-This is the legendary Blizzard of abnormal powerful study of the hash algorithm, using three hash table to prevent conflict, the code concise self-contained, whether it is coding style
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1016
    • 提供者:Harry
  1. hash

    0下载:
  2. Simple Hash Table using linked lists
  3. 所属分类:Other Databases

    • 发布日期:2017-04-25
    • 文件大小:13457
    • 提供者:yrnunez
  1. hash

    0下载:
  2. 哈希表链地址法的实现,用链地址法处理冲突-hash table
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1168
    • 提供者:何娜
  1. Hash

    0下载:
  2. 1. 本程序是针对“人名”设计的哈希表。 2. 程序中人名为汉语拼音形式,共30个人名,取平均查找长度的上限为2.哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。 3. 本程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入程序中规定的运算命令;相应的输入数据(滤去输入中的非法字符)和运算结果显示在其后。4.本程序是清华严蔚敏配套哈希表程序-1. This program is for " names" design of the
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:7277
    • 提供者:lt
  1. Hash

    0下载:
  2. 假设哈希函数是完美的,即可以把输入数据均匀的分散在哈希表上。 哈希表大小为H,插入数据数量为K,求哈希表的冲突率,要推导过程。 具体一下:假设有20W待插入数据,Hash表大小为60W,求hash表的冲突率。-Suppose the hash function is perfect, that is, input data can be uniformly dispersed in the hash table. Hash table size H, insert the data qu
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:158242
    • 提供者:
  1. Hash

    0下载:
  2. 构建一个哈希表,并输出哈希表及其平均查找长度。chash()函数构建Hash表,dhash()输出Hash表和平均查找长度-Build a hash table and print out the table and the average search length(ASL). Function chash () builts Hash table, dhash () print outthe Hash table and the average search length.
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:596
    • 提供者:mkvt
  1. hash.tar

    0下载:
  2. 哈希表的操作(创建,消亡,遍历,哈希函数的创建等)-hash table
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:5407
    • 提供者:李安强
  1. hash

    0下载:
  2. 已知某哈希表的装载因子小于1,哈希函数 H(key)为关键字(标识符)的第一个字母在字母表中 的序号,处理冲突的方法为线性探测开放定址法。 试编写一个按第一个字母的顺序输出哈希表中所有 关键字的算法。-Known load factor of a hash table is less than 1, the hash function H (key) for the keywords (identifiers) of the first letter of the alphabe
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:901
    • 提供者:CClose
  1. hash

    0下载:
  2. 哈希表设计,源于数据结构题集167页的6.2题,设计题-Hash table design, data structure from the 6.2 title set 167 questions, design questions
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2177
    • 提供者:jacychen
  1. hash

    0下载:
  2. 采用C++构建一个哈希表,包括哈希表操作等,有广泛的应用-Using C++ to build a hash table, including the hash table manipulation, there is a wide range of applications
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:433774
    • 提供者:geo make
  1. hash-c

    0下载:
  2. 各种语言的Hash算法都很多,这是用纯C语言定情的Hash算法,不包含任何其他相关的库。 * create_hashtable * hashtable_insert * hashtable_search * hashtable_remove * hashtable_count * hashtable_destroy -Source code for a hash table data structure in C * create_hashtab
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:64850
    • 提供者:龙在渊
  1. hash

    0下载:
  2. 本程序可实现哈希表的建立,并用线性探测再散列的方法处理冲突-This procedure enables the establishment of the hash table and re-hashing with linear probing method of dealing with conflict
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:2227
    • 提供者:侯志
  1. hash

    0下载:
  2. 经典的用哈希表实现的哈希数据存储和查找的算法-The classic hash with the hash table implementation of data storage and search algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:285325
    • 提供者:张波
« 1 2 3 45 6 7 8 9 10 ... 33 »
搜珍网 www.dssz.com